home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1369 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  2.8 KB

  1. From: Michael Smith <miff@apanix.apana.org.au>
  2. Subject: Deleting owned files...
  3. Date: Tue, 10 May 1994 00:20:38 +0930 (CST)
  4.  
  5. Greetings :
  6.  
  7. I'm currently being bitten by the "can't delete lockfile" bug, and it's 
  8. being a bit of a pain - programs that create lockfiles but can't 
  9. delete them.
  10.  
  11. I suspect this is also the reason why tar 1.11.2 (I rebuilt this with the
  12. pl44 mintlibs if anyone is interested) can't set ownership/permissions
  13. on files it extracts sometimes (that's annoying!).
  14.  
  15.  
  16. For what it's worth, I have the following on the way :
  17.  
  18. Taylor 1.05 (compiles, programs run, about to test callout when I
  19. finish this mail)
  20.  
  21. uWalt News (built fine, seems to run, can't test due to lockfile 
  22. problems discussed above)
  23.  
  24. Elm 2.4 (unbuilt, problems extracting symbols from library, suspect 
  25. sed (built 2.03, doesn't appear to work properly - may need more stack)
  26.  
  27. Smail (current version from uunet - initial config done - still looking
  28. for a more compact mail transport agent)
  29.  
  30.  
  31. A couple of things :
  32.  
  33. An IMMENSE thankyou to everyone who's worked on MiNT - getting this
  34. much done has been hard, but very impressive.  There are any number of
  35. hardcore unixans, amigans and so forth who are also very impressed 8)
  36.  
  37. Nobody was more impressed than _me_ though 8)
  38.  
  39.  
  40. To anyone attempting to run an FSF configure script :
  41.  
  42. If it hangs at the eleventh hour (literally, the taylor script 
  43. takes about an hour running with Bash in fastram on a 4/4 TT)
  44. while creating config.status, the offending line looks like this :
  45.  
  46. # on host `(hostname || uname -n) 2>/dev/null |sed 1q `:
  47.  
  48. The symptoms of this hang are a zombie sh/bash (0 size file in /proc).
  49. I'm not sure what's happening, whether we have an out-of-memory
  50. condition or what, but removing this line fixes it, and it sure beats
  51. hand-configuring.
  52.  
  53. If you want to play with Taylor before I'm done, there is very little to
  54. do after configure has run :
  55.  
  56. in the lib, uuconf and unix directories, replace   "ar rc"  with "ar rs"
  57. (I don't have any manual pages for ar, but with the former arguments,
  58. ld won't find anything in the libraries.
  59.  
  60. edit config.h and in the section for statfs, set STAT_STATFS4 to 0
  61. and STAT_STATFS2_BSIZE to 1 - configure gets that one wrong.
  62.  
  63. in the unix/ directory, edit the file isfork.c and include in it the
  64. fragment of serial.c that defines EAGAIN (I take it MiNT never 
  65. returns EAGAIN?) or do it by hand if you're not interested in 
  66. portability 8)
  67.  
  68. That's really about it.  If there's any interest and I get this all
  69. working I'll probably do an integrated package with the lot bundled
  70. together. 
  71.  
  72. -- 
  73. # mike smith : miff@apanix.apana.org.au - Silicon grease monkey        #
  74. # "The question 'why are the fundamental laws of nature mathematical'  #
  75. # then invites the trivial response 'because we define as fundamental  #
  76. # those laws which are mathematical'". Paul Davies, _The_Mind_of_God_. #
  77.